- /* sfosubsl.cpp by K.Tsuru */
- // function ID = 708 DRADIX
- /*****************************************************
- SFraction class
- It provides the substitution operator SFraction=SLong.
- ******************************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- SFraction& SFraction::operator=(const SLong& a){
- num = a; den = 1; reduceDone = true;
- RadixCheck();
- return *this;
- }
sfosubsl.cpp : last modifiled at 2008/03/09 21:51:20(414 bytes)
created at 2015/12/22 16:07:29
The creation time of this html file is 2016/09/13 19:56:38 (Tue Sep 13 19:56:38 2016).